Extract a Slicer / Parameter's members

{ getParameterElements }

Enumerates and returns the members/elements contained in a Formulation parameter - useful for building slicer lists outside of the application.

Method

/API2/query/getParameterElements

  • API Section: /API2/query
  • API Version: 2.0
  • From Release: 2018.5.2
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
    • Domain Admin
    • Pro
    • Analyst
    • Viewer
    • Basic
  • Input Parameters

    Name

    parameterId

    Type

    string

    Description

    The parameter's system ID

    Output Response

    Successful Result Code

    200

    Response Type

    Description of Response Type

    The members/elements contained in a Formulation parameter

    Notes

    To use this function, create custom 'Lists' and 'Parameters' in the application. The resultset can then be used to drive external applications like filtering embedded content. The parameter's ID comes from the content manager inside the main client application.

    Examples